home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / entropia.dxr / 00014_ENTR1K-A.BMP.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  146 b   |  8 lines

  1. on mouseUp
  2.   if the visible of sprite 13 = 0 then
  3.     set the visible of sprite 13 to 1
  4.   else
  5.     set the visible of sprite 13 to 0
  6.   end if
  7. end
  8.